home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / debatech.sit / Debate Coach / card_3060.txt < prev    next >
Text File  |  1990-04-21  |  8KB  |  254 lines

  1. -- card: 3060 from stack: in
  2. -- bmap block id: 3178
  3. -- flags: 0000
  4. -- background id: 2589
  5. -- name: intro
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field info
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=363 top=97 right=131 bottom=405
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 14767 / 14767
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: info
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   show card field info
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 5 (button)
  33. -- low flags: 00
  34. -- high flags: 2004
  35. -- rect: left=466 top=301 right=337 bottom=506
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 23078 / 23078
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: New Button
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   push card
  47.   go to next card
  48. end mouseUp
  49.  
  50.  
  51.  
  52.  
  53. -- part 6 (button)
  54. -- low flags: 00
  55. -- high flags: 2004
  56. -- rect: left=7 top=298 right=336 bottom=48
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 20098 / 20098
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Home
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect iris close
  68.   go home
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 7 (button)
  74. -- low flags: 00
  75. -- high flags: 2004
  76. -- rect: left=193 top=206 right=239 bottom=237
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 30393 / 30393
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: newcase
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   put the short name of this stack into stackName
  88.   oxBox stackName
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 8 (button)
  94. -- low flags: 00
  95. -- high flags: 2004
  96. -- rect: left=275 top=203 right=243 bottom=315
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 18609 / 18609
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: briefs
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   go to stack "Briefs"
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 10 (field)
  113. -- low flags: 01
  114. -- high flags: 0000
  115. -- rect: left=356 top=155 right=168 bottom=419
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 9
  121. -- style flags: 0
  122. -- line height: 12
  123. -- part name: version
  124.  
  125.  
  126. -- part 11 (button)
  127. -- low flags: 00
  128. -- high flags: 2004
  129. -- rect: left=194 top=265 right=308 bottom=236
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 12592 / 12592
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Compact
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   global gcaseList
  141.   get ModalDialog("Compactor",empty,"CardCenter")
  142.   if it is "Cancel" then
  143.     exit to HyperCard
  144.   else
  145.     put line 2 of it into maxSize
  146.     push card
  147.     lock screen
  148.     set the lockMessages to true
  149.     if the freesize of this stack >= maxSize then doMenu "Compact Stack"
  150.     go stack "Home"
  151.     if the freesize of this stack >= maxSize then doMenu "Compact Stack"
  152.     go stack "Briefs"
  153.     if the freesize of this stack >= maxSize then doMenu "Compact Stack"
  154.     repeat with lineNum = 1 to number of lines in gcaseList
  155.       get line lineNum of gcaseList
  156.       go stack it
  157.       if the freesize of this stack >= maxSize then
  158.         doMenu "Compact Stack"
  159.       end if
  160.     end repeat
  161.     pop card
  162.     unlock screen
  163.     set the lockMessages to false
  164.   end if
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 12 (button)
  170. -- low flags: 00
  171. -- high flags: 2004
  172. -- rect: left=271 top=267 right=309 bottom=317
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 645 / 645
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: Updater
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   answer "You don't need to update yet!"
  184. end mouseUp
  185.  
  186.  
  187.  
  188. -- part 2 (field)
  189. -- low flags: 81
  190. -- high flags: 0007
  191. -- rect: left=67 top=162 right=337 bottom=448
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 0
  195. -- font id: 2
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: info
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   hide card field info
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part contents for card part 2
  208. ----- text -----
  209. These are the Debate Coach stacks, a series of stacks to assist high school and college debators in organizing their evidence and arguments.  Other researchers will probably find these stacks useful, too.
  210.  
  211. ΓÇóWhat does it do?  Basically, you make a stack for every case.  Each card in the stack contains one evidence card, including the full source, a slug, and a list of key words.  The cards can be sent to the printer one at a time, or sent to files for further formatting in a word processor.
  212.  
  213. ΓÇóWhat about constructing arguments?  Using the Briefs stack, you can select the cards you want in the brief and send the brief to a text file for further formatting.  If you have access to TeX and LaTeX, you can write the file with most of the formatting commands automatically inserted.
  214.  
  215. ΓÇóStacks in this distribution:  Included in this distribution are the "Debate Coach," "Evidence," "Briefs," and "Home" stacks.  Any others are probably Case stacks from other people.
  216.  
  217. ΓÇóKnown problems:
  218.    ┬░Printing a single card always sends a formfeed to the     printer.  If it didn't do that, you could generate briefs "on the fly."  I hope to change this in a future version.
  219.    ┬░Sometimes the file creator isn't written correctly.  It doesn't happen very often, and only under unusual circumstances.  But this only means that you can't double-click on a file to launch its parent application.
  220.    ┬░Most functions do simple error-checking, but you can easily get around it.  If you do, some things may not work correctly.
  221.    ┬░Probably lots of other minor things.
  222.  
  223. ΓÇóCopyright:  The Debate Coach stacks are copyright 1990 by Barry J. Berenberg.  Some parts (XFCNs and XCMDs)are copyright the Trustees of Dartmouth College, Jon Wind, and Nigel Perry.
  224.  
  225. ΓÇóLicense:  These stacks are distributed as freeware.  You are free to make as many copies as you like, and to distribute them, but you may not charge for them or use them in any commercial/shareware product.  This notice must accompany any copies of these stacks.
  226.  
  227. You may modify these stacks in any way, but you may not distribute modified stacks (stacks with only evidence added to them are not considered modified).  If you want to develop a commercial product from these stacks (e.g. an electronic handbook) please contact me.
  228.  
  229. ΓÇóDonations:  If you find these stacks useful, you may want to send a donation to our debate squad.  Any money you send will go into our general fund, which is mostly used to send qualifiers to the national tournament every June.  Donations are probably tax deductible.  (No one makes a profit from these donations.)
  230.  
  231. Suggested donations:  Individuals, $5.00; teams, $20.00; debate camps, $50.00.  If you send at least $5.00, I'll put you on a mailing list and send you notices of updates and new products by U.S. mail.
  232.  
  233. ΓÇóAddresses for bug reports, suggestions, etc.:
  234.    ┬░e-mail
  235.       bxb@lanl.gov
  236.    ┬░U.S. mail
  237.       Barry Berenberg or Nick Nelsen
  238.       Los Alamos High School
  239.       1300 Diamond Drive
  240.       Los Alamos, NM 87544
  241.  
  242. ΓÇóFuture Products:  Look for upgrades to the Debate  Coach stacks.  Planned improvements include:
  243.    ┬░Better formatting of plain text files.
  244.    ┬░More extensive search capabilities.
  245.    ┬░Improved tools for selecting cards for briefs.
  246.    ┬░Ability to print formatted briefs directly from the Briefs stack.
  247.    ┬░Ability to copy cards or parts of cards from one stack to another.
  248.    ┬░Importing of evidence from text files.  (Useful if you have a scanner and OCR.)
  249.  
  250. Also in the works is Extemp Coach, a set of stacks to help organize extemp files and run extemp draws.
  251.  
  252. -- part contents for card part 10
  253. ----- text -----
  254. version 1.0